-
Notifications
You must be signed in to change notification settings - Fork 623
Export LLM documentation revamp #12381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: export-llm-docs
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12381
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit 1a3e422 with merge base dd4488d ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
89e52e9
to
0ffe50a
Compare
0ffe50a
to
dc267a8
Compare
8753f2b
to
6af121b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the runner doc @larryliu0820
Please make a placeholder for ObjC/Swift runtime APIs and i'll fill it out |
6fda1ef
to
1b2fd42
Compare
@shoumikhin I have left the existing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export-llm is a great page, thank you for working on this
Instead of |
46cfe37
to
1a3e422
Compare
@shoumikhin sure, feel free to open a PR against this! |
- [Running with C++](llm/run-with-c-plus-plus.md) | ||
- [Running on Android (XNNPack)](llm/llama-demo-android.md) | ||
- [Running on Android (QNN)](llm/build-run-llama3-qualcomm-ai-engine-direct-backend.md) | ||
- [Running on iOS](llm/llama-demo-ios.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you create a placeholder page like that similar to Running with C++
one?
I'll make it refer llama-demo-ios.md
which seems to redirect to the readme already.
- [Running on iOS](llm/llama-demo-ios.md) | |
- [Running on iOS](llm/run-on-ios.md) |
Summary
Structure:
export-custom-llm.md
, with the runner sections removed to add to therun-with-c-plus-plus.md
export-llm.md
page for exporting LLMs withexport_llm
API